examples
Class id3d3

java.lang.Object
  |
  +--examples.id3d3
All Implemented Interfaces:
Defines

public class id3d3
extends java.lang.Object
implements Defines

Reads a V1 tag from a file, copies the contents into a V2 tag and writes this back to the file.


Field Summary
 
Fields inherited from interface de.ueberdosis.mp3info.Defines
DEFAULT_ENCODING, ID3V2_FOOTER_SIZE, ID3V2_FRAME_HEADER_SIZE, ID3V2_HEADER_SIZE, ID3V2_X_HEADER_SIZE, MP3_FRAME_HEADER_SIZE, SUPPORTED_NUMBER_OF_EXTENDED_FLAG_BYTES, testPositions, VERSION
 
Constructor Summary
id3d3()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

id3d3

public id3d3()
Method Detail

main

public static void main(java.lang.String[] args)